iT邦幫忙

2021 iThome 鐵人賽

DAY 28
0

跑範例環節

https://devcenter.heroku.com/articles/container-registry-and-runtime

登入到 Container Registry,前提條件是已經安裝好 Docker 和已經登入 Heroku。

heroku container:login

下載 Hello World 範例

git clone https://github.com/heroku/alpinehelloworld.git

建立 heroku app

heroku create

構建 image,推送到 Container Registry 並釋出。

heroku container:push web
heroku container:release web

使用本地瀏覽器查看

heroku open

參考資料
https://devcenter.heroku.com/articles/container-registry-and-runtime


上一篇
Day 27 LeetCode 212. Word Search II
下一篇
Day 29 應解決而未解決的 bug 們
系列文
機器學習與前端網頁30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 則留言

0
juck30808
iT邦研究生 1 級 ‧ 2021-10-14 12:08:09

恭喜即將邁入完賽啦~

我要留言

立即登入留言